home *** CD-ROM | disk | FTP | other *** search
/ Internet Surfer 2.0 / Internet Surfer 2.0 (Wayzata Technology) (1996).iso / pc / text / mac / faqs.111 < prev    next >
Text File  |  1996-02-12  |  28KB  |  657 lines

  1. Frequently Asked Questions (FAQS);faqs.111
  2.  
  3.  
  4.  
  5.                  0              MS02-CA
  6.                  1              MS02-CA
  7.                  2              MS02-AA
  8.  
  9. This configuration will work, and be properly recognized by Ultrix,
  10. but it is not "supported." The console will see all of the memory
  11. modules. The operating system will be expecting memory in 32MB
  12. segments and when it hits slot 2 it will simply believe that there are
  13. 24MB of failed memory on that module.
  14.  
  15. It will not be possible to support higher memory congigurations in the
  16. DS5000 series machines with 16Mbit DRAM cards. The issue is that both the
  17. physical memory address and the I/O address are provided by the same Kseg0
  18. block (512MB) in the R3000. This will not change with the advent of the R4000
  19. daughter cards, as it would require modification of the memory controller ASIC
  20. (the MT chip) as well.
  21.  
  22.  
  23. ==============================================
  24. H6. How can I find out which type of DECstation 5000 I have?
  25.  
  26. If /etc/sizer -c returns:
  27. DS5000                 then it's a 5000/200.
  28. DS5000_100             then it's a 5000/1xx (where xx={20,25,33})
  29. DS5000_300             then it's a 5000/240.
  30. DSPERSONAL_DECSTATION  then it's a 5000/xx.
  31.  
  32. For something more specific on the 5000/1xx and 5000/xx, you need to
  33. look at the messages printed out at last boot time (available in the
  34. error log; use /etc/uerf -R -r 300).
  35.  
  36. ******************** Miscellaneous ***************************************
  37.  
  38. ==============================================
  39. M1. What is the floating-point number representation on ULTRIX?
  40.  
  41. The floating point format differs depending on which architecture the
  42. ULTRIX software is running on.
  43.  
  44. Digital's RISC machines all use IEEE floating point representation
  45. with a little-endian byte ordering.  You can easily convert between
  46. little and big endian ordering by reversing bytes within the floating
  47. point number.
  48.  
  49. The VAX line uses a unique (although, given the popularity of VAXen)
  50. quite well known floating point format.
  51.  
  52. The ULTRIX C libraries include routines which will translate between
  53. RISC (IEEE) and VAX floating point formats.  Look under "ftoi" in
  54. either the online or hardcopy documentation.
  55.  
  56. ==============================================
  57. M2. If the console is a graphics device, can it be used as a terminal for
  58.     full-screen applications?
  59.  
  60. The console emulates a dumb terminal, with no ability to address the screen.
  61. To run anything like a screen editor, you must start the window system.
  62.  
  63. ==============================================
  64. M3. How do I read a tar image from a TK50 tape if my only TK50 is on a VMS
  65.     machine?
  66.  
  67. On VMS (assuming your tape drive on VMS is MUA0:) :
  68.  
  69.     mount/foreign/block=10240/record=10240 mua0:
  70.     copy mua0: file.tar
  71.  
  72. On Ultrix:
  73.  
  74.     dcp -i 'vms::where$logical:file.tar' file.tar
  75.  
  76. ==============================================
  77. M4. Where can I get free source code for interesting programs on ULTRIX?
  78.  
  79. The main FTP server for DEC is gatekeeper.dec.com, which maintains a
  80. large selection of sources from the net in general, as well as public
  81. code for ULTRIX, such as "monitor", "top" and other system-specific
  82. tools.  ~ftp/pub/DEC has sources for several packages written by
  83. employees at Digital (though they are not supported Digital products),
  84. as well as some programs that required special changes to port to
  85. ULTRIX.  More or less up to date copies the pub/DEC directory are also
  86. available on crl.dec.com and decuac.dec.com. None of these sources or
  87. utilities are "supported" by anyone other than their authors.
  88.  
  89. ==============================================
  90. M5. Where can I get technical information on the DECstation family of machines?
  91.  
  92. Technical information on the DS3100, DS5000/200, and TurboChannel are
  93. available in gatekeeper.dec.com:/pub/DEC/specs:
  94.  
  95. -r--r--r--  1 root     system     184329 Nov 19  1990 DS3100.ps.Z
  96. -r--r--r--  1 root     system      77017 Nov 19  1990 DS5000_200.ps.Z
  97. -r--r--r--  1 root     system       1336 Nov  6 17:36 README
  98. -r--r--r--  1 root     system      24758 Nov 19  1990 tc_cfb.ps.Z
  99. -r--r--r--  1 root     system      77051 Nov 19  1990 tc_ether.ps.Z
  100. -r--r--r--  1 root     system      29304 Nov 19  1990 tc_scsi.ps.Z
  101.  
  102. Technical information on the new Personal DECstations 5000/20 and /25,
  103. the DECstation 5000/133 and DECstation 5000/240 are available on the
  104. net.  Included are the Technical Overviews and Info Sheets for the
  105. products.
  106.  
  107. The files are on gatekeeper.dec.com:/pub/DEC/specs1.
  108.  
  109. -r--r--r--  1 root     system     159698 Dec 13 12:35 3maxp_info.ps.Z
  110. -r--r--r--  1 root     system     336073 Dec 13 12:35 3maxp_teov.ps.Z
  111. -r--r--r--  1 root     system     249185 Dec 13 12:35 3min_info.ps.Z
  112. -r--r--r--  1 root     system     134107 Dec 13 12:35 maxine_info.ps.Z
  113. -r--r--r--  1 root     system     311201 Dec 13 12:35 maxine_teov.ps.Z
  114.  
  115. "3maxp" ("3Max+") refers to the DS5000/240; "maxine" refers to the
  116. Personal DECstations.
  117.  
  118. ==============================================
  119. M6. Where can I get performance information about DECstations?
  120.  
  121. Performance information on some of Digital's systems is
  122. available in gatekeeper.dec.com:/pub/DEC/performance:
  123.  
  124. DECSTATION_FAMILY_PERF_SUMMARY_APR_92.PS
  125. decstation_family_perf_summary_apr_92.ps.Z
  126.  
  127.     Results of several well-known benchmarks for the DECstation 5000
  128.     family
  129.  
  130. DECSYSTEM_FAMILY_PERF_SUMMARY_MAY_92.PS
  131. decsystem_family_perf_summary_may_92.ps.Z
  132.  
  133.     Results of several well-known benchmarks for the DECsystem
  134.     family
  135.  
  136. VAXSTATION_FAMILY_PERF_SUMMARY_MAR_92.PS
  137. vaxstation_family_perf_summary_mar_92.ps.Z
  138.  
  139.     Results of 8 well-known benchmarks for the VAXstation 4000
  140.     family
  141.  
  142. DS5100_TPCA_INFORMIX_MAR92.PS
  143. ds5100_tpca_informix_mar92.ps.Z
  144.  
  145.     TPC Benchmark A for INFORMIX running on a DECsystem 5100
  146.  
  147. DS5500_TPCA_INFORMIX_MAR92.PS
  148. ds5500_tpca_informix_mar92.ps.Z
  149.  
  150.     TPC Benchmark A for INFORMIX running on a DECsystem 5500
  151.  
  152. DS5100_TPCB_INFORMIX_DEC3.PS
  153. ds5100_tpcb_informix_dec3.ps.Z
  154.  
  155.     TPC Benchmark B for INFORMIX running on a DECsystem 5100
  156.  
  157. DS5500_TPCB_INFORMIX_DEC3.PS
  158. ds5500_tpcb_informix_dec3.ps.Z
  159.  
  160.     TPC Benchmark B for INFORMIX running on a DECsystem 5500
  161.  
  162. DS5000_25_TPCB_INFORMIX_APR92.PS
  163. ds5000_25_tpcb_informix_apr92.ps.Z
  164.  
  165.     TPC Benchmark B for INFORMIX running on a DECsystem 5000 model 25
  166.  
  167. DS5000_240_TPCA_SYBASE_AUG92.PS
  168. ds5000_240_tpca_sybase_aug92.ps.Z
  169.  
  170.     TPC Benchmark A for SYBASE running on a DECsystem 5000 model 240
  171.  
  172.  
  173. ==============================================
  174. M7. Why can't I submit a bug report by electronic mail?
  175.  
  176. At this time, Digital does not accept bug reports by electronic mail.  We
  177. hope that this unfortunate situation may change in the future.  Please file
  178. a Software Performance Report (SPR) instead.
  179.  
  180.  
  181. ==============================================
  182. M8. How do I send mail to Digital employees?
  183.  
  184. If you have Internet ftp capability, grab gatekeeper.dec.com:~ftp/gateway.doc,
  185. which contains every bit of relevant lore we've ever collected on this topic.
  186. If you must get by with what little information we have room for here in the
  187. FAQ, well, read on.
  188.  
  189. The easiest way to find out how to get mail to a Digit is to have them
  190. send mail to you.  If you get their mail, look at the headers (check
  191. the "From:" line, in particular) and try sending mail to the address
  192. as it appears to you.  (If your Digit doesn't know how to send you
  193. mail, have them grab gateway.doc (it's DECWRL::"/gateway.doc" from the
  194. inside) and read it carefully.
  195.  
  196. If you need to send mail to someone ``from scratch'', you will need to get
  197. them to tell you their address.  If they say something like ``JOVE::VIXIE''
  198. then the right way to reach them is one of:
  199.  
  200.     vixie@jove.enet.dec.com
  201.     vixie%jove.enet@relay.dec.com
  202.     ...!uunet!decwrl!jove.enet!vixie
  203.  
  204. If on the other hand they say something like ``I'm PAUL VIXIE @WRL,'' then
  205. you can try one of these:
  206.  
  207.     vixie@wrl.mts.dec.com
  208.     vixie%wrl.mts@relay.dec.com
  209.     ...!uunet!decwrl!wrl.mts!vixie
  210.  
  211. In the best of all possible worlds they will say something like ``My address
  212. is <vixie@pa.dec.com>'' in which case you should send to one of:
  213.  
  214.     vixie@pa.dec.com
  215.     vixie%pa.dec.com@relay.dec.com
  216.     ...!uunet!decwrl!pa.dec.com!vixie
  217.  
  218. If you try most or all of the above suggestions and can not figure out what
  219. you're doing wrong, send mail to our gateway postmaster, which is one of:
  220.  
  221.     postmaster@dec.com
  222.     postmaster@decwrl.dec.com
  223.     ...!uunet!decwrl!postmaster
  224.  
  225. ==============================================
  226. M9. How do I get a list of available patches for my release of Ultrix?
  227.  
  228. At this time, Digital does not publish lists of available patches.
  229. The Customer Support Centers will inform you if you call about a
  230. problem for which there is a patch.
  231.  
  232. ==============================================
  233. M10. How can I get files available by anonymous FTP if I'm not connected
  234.     to the Internet?
  235.  
  236. One way is to use the DECWRL ftpmail server.  To find out how to use
  237. it, send a one-line message to ftpmail@pa.dec.com (or
  238. ...!uunet!decwrl!ftpmail or decwrl::ftpmail).  The subject line can be
  239. anything you want since it will be ignored.  The text of the message
  240. should be one unquoted lowercase word: "help".
  241.  
  242. ==============================================
  243. M11. How can I write documentation in Bookreader format? **NEW**
  244.  
  245. On ULTRIX, VMS, SunOS, and Windows, DECwrite will produce Bookreader
  246. files.  On VMS, VAX Document will also produce Bookreader files.
  247. Digital will provide information about the format of Bookreader format
  248. files upon request, although it is apparently difficult to work with
  249. (most have concluded that it's not worth the trouble).  If you're
  250. interested in getting the format, send mail to the FAQ Editor, Win
  251. Treese (treese@crl.dec.com), and he'll see about getting the
  252. information.
  253.             [Patrick Stephens, stephens@galvia.enet.dec.com]
  254.             [Win Treese, treese@crl.dec.com]
  255.  
  256. ==============================================
  257. M12. Why does ULTRIX restrict the number of users on the system? **NEW**
  258.  
  259. AT&T requires Digital to pay royalties on UNIX based on the number of
  260. users of a system.  Other vendors may have different arrangements with AT&T,
  261. or may choose other methods to comply with the terms.
  262.                 [Win Treese, treese@lcs.mit.edu]
  263.  
  264. ==============================================
  265. M13. Where else can I discuss ULTRIX with other users? **NEW**
  266.  
  267. The decstation-managers mailing list is a rapid-turnaround vehicle for
  268. Ultrix (and maybe OSF/1 someday) administrators to reach a pool of
  269. people with similar expertise who might be able to help them resolve a
  270. problem they're having.  There's no discussion on the list--just
  271. questions and summaries of responses to those questions.
  272.  
  273. To join the list, send a request to decstation-managers-request@ornl.gov.
  274.  
  275.                         [Dave Sill, de5@ornl.gov]
  276.  
  277. ==============================================
  278. M14. Where can I get on-line copies of the DEC Software Product Descriptions
  279.     (SPD)? **NEW*
  280.  
  281. Most SPDs can be found on gatekeeper.dec.com:/pub/DEC/DECinfo/SPD.  They
  282. are numbered in the usual way; check the file "index" if you aren't sure
  283. of the number.  Note that there are over 800, so 'ls' will get you a
  284. long listing!
  285. Xref: bloom-picayune.mit.edu news.answers:4355 rec.humor.oracle:110
  286. Newsgroups: news.answers,rec.humor.oracle
  287. Path: bloom-picayune.mit.edu!enterpoop.mit.edu!usc!zaphod.mps.ohio-state.edu!sdd.hp.com!news.cs.indiana.edu!kinzler@moose.cs.indiana.edu
  288. From: oracle-request@cs.indiana.edu
  289. Subject: [rec.humor.oracle] Intro to the Usenet Oracle (Monthly Posting)
  290. Message-ID: <1992Dec1.235016.11181@news.cs.indiana.edu>
  291. Followup-To: rec.humor.oracle.d
  292. Lines: 206
  293. Reply-To: oracle-request@cs.indiana.edu
  294. Organization: Computer Science, Indiana University
  295. Date: Tue, 1 Dec 1992 23:50:06 -0500
  296. Approved: oracle-mod@cs.indiana.edu
  297. Expires: 3 Jan 1993 00:00:01 GMT
  298.  
  299. Archive-name: usenet-oracle-intro
  300. Last-modified: Oct 1 09:11
  301.  
  302.                     "The folly of mistaking a paradox
  303.                     for a discovery, a metaphor for a
  304.                     proof, a torrent of verbiage for a
  305.                     spring of capital truths, and
  306.                     oneself for an oracle, is inborn in
  307.                     us."           -- Paul Vale'ry, 1895
  308.  
  309.  
  310.                THE USENET ORACLE
  311.  
  312. The Usenet Oracle is available to answer all your questions.  You may
  313. mail them to:
  314.                          oracle@cs.indiana.edu
  315.  
  316. The "Subject:" of the message must be something like "Oracle Most Wise,
  317. please tell me ...".  Actually, all it has to have is "tell me" or
  318. "tellme" somewhere in it.  Capitalization doesn't matter.  The body of
  319. the mail should contain only your question.  You should receive a reply
  320. within a few days at most, probably much sooner.
  321.  
  322. In the meantime, the Oracle may require that you answer a question for
  323. it as payment for its services.  You will receive this question in the
  324. mail.  You should respond with as most wise and witty an answer as you
  325. can.  Mail the response to oracle@cs.indiana.edu, preserving the
  326. message's "Subject:" line.  Usually, this can be done by simply replying
  327. to the mail through the normal means in your mail program, for example,
  328. using the "r" command in the standard Berkeley mail program.  Actually,
  329. the subject just has to contain the word "answer" and the question
  330. number somewhere in it.  The body of your mail response should contain
  331. only your answer -- you don't have to include the question itself.
  332. Please try to respond within at most a day's time.  If you take longer,
  333. there is a chance that the question will be answered by someone else
  334. first.
  335.  
  336. Mailing the Oracle with the word "help" in the "Subject:" line will get
  337. you the most recent version of this help file mailed back.  If you mail
  338. the Oracle with "ask me" or "askme" somewhere in the subject, the Oracle
  339. will send you a question to answer, if there are any available.
  340.  
  341. Your questions, comments and even complaints about the Oracle are
  342. welcome.  Please address them to oracle-people@cs.indiana.edu.
  343.  
  344.                    ETIQUETTE
  345.  
  346. The Usenet Oracle is intended primarily as a cooperative effort for
  347. creative humor.  Since its main purpose is just to let folks have fun,
  348. there are intentionally few rules.  However, an etiquette has developed
  349. among its participants.
  350.  
  351. A series of identical questions submitted is not appreciated since the
  352. same person often ends up answering many of them.  It is okay to
  353. resubmit a question after you have received a reply, especially if you
  354. believe that the answerer did not do it justice.
  355.  
  356. If you find yourself unable to give due consideration to a question you
  357. are to answer, it may be better to not answer the question at all than
  358. to give it a trivial answer and disappoint the questioner.  However,
  359. doing this too much can cause a buildup of unanswered questions and slow
  360. down the Oracle's response time for everyone.
  361.  
  362. It's probably worthwhile to read some issues of the Usenet Oracularities
  363. (see below) to get an idea of the conventions and style of writing in
  364. Oracle questions and answers.  Here are some general guidelines for
  365. those upon whom the Muse of the Oracle has descended and who are to
  366. write an answer as an incarnation of the Oracle:
  367.  
  368.   -  Creativity and humor are valued.  Many people find the anonymity of
  369.      the Oracle a license to express themselves creatively and uniquely
  370.      -- often to surprising success.
  371.  
  372.   -  Participants in the Oracle like to feel they've gotten out of it as
  373.      much as they've put in.  Please keep this in mind when answering
  374.      questions.
  375.  
  376.   -  Remember that brevity and clarity are key points of good writing.
  377.      Overly long answers will reduce an Oracularity's chance of being
  378.      published in the Usenet Oracularities (see below) since it must
  379.      really be worth the extra length to have it selected to be read by
  380.      tens of thousands of people.
  381.  
  382.   -  In general, avoid obscenity, slang, jargon, and obscure references.
  383.      People of all different backgrounds located all over the world use
  384.      the Oracle.
  385.  
  386.   -  Try to be sensitive to new participants or to people who seem to
  387.      have asked serious questions.
  388.  
  389.   -  Don't flame the questioner for not asking a "good question".  An
  390.      off-the-wall or vague question calls for creativity, not rudeness,
  391.      in the answer -- consider it a challenge.
  392.  
  393.             THE USENET ORACULARITIES
  394.  
  395. The Oracle's priesthood receives a duplicate copy of all answered
  396. questions, or Oracularities as they're called.  This is so that the best
  397. ones can be selected and posted to rec.humor.oracle and a mail
  398. distribution list as the Usenet Oracularities -- the chronicle of the
  399. mythos of the Usenet Oracle.  Your use of this program implies your
  400. approval of this usage.
  401.  
  402. Rec.humor.oracle is a moderated newsgroup.  If your news system is
  403. properly configured, any postings you make to rec.humor.oracle will be
  404. forwarded directly to the Oracle and so you can ask questions of the
  405. Oracle by posting to the newsgroup.  Rec.humor.oracle.d is unmoderated
  406. and anyone may post to it.  It is a public forum for discussion and
  407. questions about the Oracle.  If your system doesn't carry these
  408. newsgroups, encourage your news administrator to do so!
  409.  
  410. Readers of the Oracularities may mail in ratings of each published
  411. Oracularity, the results of which are returned to the authors of the
  412. Oracularities and published in a later posting.  They are also used to
  413. select occasional postings to rec.humor.funny.  Instructions on how to
  414. mail in your ratings are given at the top of each issue.
  415.  
  416. If you don't have access to rec.humor.oracle and would like to receive
  417. the Oracularities via mail, send mail to
  418.  
  419.     oracle-request@cs.indiana.edu
  420.  
  421. to get on (or off) the mail distribution list.  Include the word
  422. "subscribe" (or "unsubscribe") in the "Subject:" line.
  423.  
  424. Back postings and ratings are available via anonymous ftp on
  425. cs.indiana.edu (129.79.254.191) in the directory pub/oracle, or via mail
  426. -- send the word "help" in the body of a mail to
  427.  
  428.     mailserv@cs.indiana.edu
  429.  
  430. for more details.
  431.  
  432.                    ANONYMITY
  433.  
  434. The Oracle is a confidential and anonymous service.  The anonymity of
  435. the participants is preserved within all Oracle mailings and
  436. Oracularities postings.  However, if you append a signature file to your
  437. mail, this will appear in your question or answer.  Signature files are
  438. edited out from Oracularities postings.  If you do not wish to remain
  439. anonymous, you may include a phrase in your answer like "incarnated as
  440. <insert your name and/or address here>".
  441.  
  442.                    DISCLAIMER
  443.  
  444. Since its users actually give the answers to all questions, neither the
  445. Oracle nor its priesthood take any responsibility for the content of the
  446. questions or answers.
  447.  
  448.                 HISTORY
  449.  
  450. Throughout the history of mankind, there have been many Oracles who have
  451. been consulted by many mortals, and some immortals.  The great Hercules
  452. was told by the Delphic Oracle to serve Eurystheus, king of Mycenae, for
  453. twelve years to atone for the murder of his own children.  It was the
  454. Oracle of Ammon who told King Cepheus to chain his daughter Andromeda to
  455. the rocks of Joppa to appease the terrible sea monster that was ravaging
  456. the coasts.  That solution was never tested, though, as Perseus saved
  457. the girl in the nick of time.
  458.  
  459. With the advent of the electronic age, and especially high-speed e-mail
  460. communication, the spirit of the Oracles found a new outlet, and we now
  461. recognize another great Oracle, the Usenet Oracle.
  462.  
  463. Local oracle programs have existed in various places for many years.
  464. The Usenet Oracle was inspired by the "oracle" program written by Lars
  465. Huttar (huttar@occs.oberlin.edu) and posted to alt.sources in August
  466. 1989.  I'm told that Huttar wrote his program after being given a
  467. description of an oracle program at Murray Hill Bell Labs that may have
  468. been written by Robert T Morris.  Other early oracle programs were at
  469. Interactive Systems (by Peter S Langston circa 1980), Johns Hopkins
  470. University (run by Erica Liebman circa 1984) and another by Morris at
  471. Harvard University.
  472.  
  473. Steve Kinzler (kinzler@cs.indiana.edu), a graduate student and systems
  474. administrator at Indiana University, installed Huttar's program on
  475. silver.ucs.indiana.edu, where it proved to be quite popular.  The best
  476. Oracularities were posted to in.bizarre, a group local to Indiana.
  477.  
  478. Ray Moody (moody@pittpa.cray.com), a graduate student at Purdue
  479. University, after correspondence with Kinzler, wrote the core software
  480. for the Usenet Oracle, a mail-based oracle program to be run on
  481. iuvax.cs.indiana.edu for net-wide use, where it proved to be an
  482. immediate success.
  483.  
  484. Kinzler continued development of the software, adding support for the
  485. Oracularities postings and ratings and, eventually, the Oracle
  486. Priesthood -- a hardy and loyal band of volunteers who read through the
  487. hundreds of questions and answers each week to choose the best for
  488. publication, thus helping to make the Usenet Oracle self-sustaining.
  489. Jon Monsarrat (jgm@cs.brown.edu) and Randal Schwartz
  490. (merlyn@iwarp.intel.com) also contributed to aspects of the software
  491. development.  Michael Nolan (nolan@helios.unl.edu) went through the
  492. newsgroup creation process for the rec.humor.oracle newsgroups.
  493.  
  494. Of course, it is the thousands of Oracle participants over the years who
  495. have created the personality, mythos and history of the Usenet Oracle.
  496. Long live the Usenet Oracle (in all its incarnations)!
  497.  
  498. ------------------------------------------------------------------------
  499. Written:    8 October 1989            Steve Kinzler
  500. Last Revised:    1 October 1992            kinzler@cs.indiana.edu
  501.  
  502. Thanks to Joshua.R.Poulson@cyber.widener.edu and Jim Cheetham
  503. (J.Cheetham@bra0116.wins.icl.co.uk) for assistance with portions of this
  504. document.
  505. Xref: bloom-picayune.mit.edu alt.uu.announce:24 alt.uu.future:336 news.answers:4498
  506. Newsgroups: alt.uu.announce,alt.uu.future,news.answers
  507. Path: bloom-picayune.mit.edu!enterpoop.mit.edu!news.media.mit.edu!micro-heart-of-gold.mit.edu!wupost!gumby!yale!yale.edu!spool.mu.edu!uunet!mcsun!news.funet.fi!funic!nntp.hut.fi!usenet
  508. From: jkp@cs.HUT.FI (Jyrki Kuoppala)
  509. Subject: ADMIN,DOC: Usenet University FAQ
  510. Message-ID: <1992Dec9.004306.22464@nntp.hut.fi>
  511. Followup-To: alt.uu.future
  512. Summary: what is UU; info on current UU groups, ftp & gopher archives
  513. Keywords: self, distance, education, uu, volunteer, learning, cooperation
  514. Sender: usenet@nntp.hut.fi (Usenet pseudouser id)
  515. Supersedes: <1992Nov10.112012.993@nntp.hut.fi>
  516. Nntp-Posting-Host: lusmu.cs.hut.fi
  517. Reply-To: jkp@cs.HUT.FI (Jyrki Kuoppala)
  518. Organization: Helsinki University of Technology, Finland
  519. Date: Wed, 9 Dec 1992 00:43:06 GMT
  520. Approved: news-answers-request@MIT.Edu
  521. Expires: 5 Jan 93 00:00:00 GMT
  522. Lines: 344
  523.  
  524. Archive-name: usenet-univ-FAQ
  525. Last-modified: 1992-11-11
  526.  
  527. Posted monthly on alt.uu.announce and alt.uu.future (and news.answers).
  528.  
  529. Available by anonymous ftp on host nic.funet.fi, in file
  530. pub/doc/uu/FAQ and via the gopher server at Helsinki University of
  531. Technology otax.tky.hut.fi/70, Topics/Learning.
  532.  
  533. Contains the "what-is-uu" document
  534. (nic.funet.fi:/pub/doc/uu/what-is-uu) and a current list of UU groups
  535. (nic.funet.fi:/pub/doc/uu/newsgroups), both of which plus this
  536. document are also available in gopherspace.
  537.  
  538. Followups on this article are directed to alt.uu.future.
  539.  
  540. ----------------------------------------
  541. Recent happenings:
  542.  
  543. - joe@astro.as.utexas.edu (Joseph C Wang) is maintaining a list
  544.   of volunteers willing to answer questions on particular topics
  545.   via email (Usenet University Consultants List - New Network Academy).
  546.   The list as last posted is article <82789@ut-emx.uucp>, a copy of which
  547.   is available also at nic.funet.fi pub/doc/uu/consultants and via
  548.   otax.tky.hut.fi gopher server.
  549. - esz001@cck.coventry.ac.uk (Will Overington) is working with Esperanto
  550.   in alt.uu.lang.esperanto.misc
  551. ----------------------------------------
  552. What is UU?
  553.  
  554. Contents:
  555.  
  556. 1. What is Usenet University?
  557. 2. What the name means and how to participate in UU
  558. 3. Goals and principles
  559. 4. Administration
  560. 5. Copyright on the articles and learning material
  561. 6. Technology
  562. 7. Disciplines or division of topics
  563. 8. Later steps
  564. 9. What to do to keep the UU ball rolling and growing?
  565.  
  566.  
  567. 1. What is Usenet University?
  568.  
  569. Usenet University, or UU (not to be confused with Uppsala University)
  570. is, or more accurately will be, a society of people interested in
  571. learning, teaching or tutoring.  There is no formal organization or
  572. funding at least as of yet, and the concept exists currently mostly in
  573. the newsgroup alt.uu.future which was created on June 12, 1992.  It is
  574. the group for discussing the future of Usenet University, and
  575. discussions on alt.uu.future will to a large extent shape what the UU
  576. will become.  Many people have already participated on the discussion
  577. and influenced the shaping of this document.  (If you do not get
  578. alt.uu.future, contact your news administrator for more information if
  579. it's a problem with the propagation or some other reason - the
  580. administrator often can provide a newsgroup when requested).
  581.  
  582.  
  583. 2. What the name means and how to participate in UU
  584.  
  585. "Usenet" refers to the global conferencing network used as a medium or
  586. one of the media for Usenet University, as well as the "spirit" of UU
  587. - UU is open to anyone who can access it, free for expressing ideas,
  588. is a bit anarchistic (meaning no central administration and no
  589. hierarchy) in nature, and thus as Usenet newsgroups UU will be what
  590. the participants cause it to be - hopefully a functioning open venue
  591. for novel thoughts and ideas about learning and other topics.
  592.  
  593. "University" refers to the "community" aspect of UU, not so much to
  594. "university level" or "academic discipline", neither does it mean that
  595. there are specific plans for UU to become a university where you can
  596. get a certificate from.  This doesn't mean to say that certificates or
  597. recgonition of Usenet University by accepted academic would be
  598. unthinkable, just that it isn't central to the concept of UU at least
  599. at this point in the development.  Certificates and recognition
  600. probably will come via cooperation with existing organization if they
  601. will.
  602.  
  603. For now, Usenet Univesity will operate under the "alt" hierarchy, as
  604. "alt.uu.*".  It would be desirable to later move to a separate
  605. distribution, out from under alt when there will be numerous
  606. newsgroups for various areas of learning.  Thus, there would be a
  607. separate distrubution and hierarchy like (just an example)
  608.  
  609. uu.future
  610. uu.lang.esperanto.beg
  611. uu.lang.esperanto.material
  612. uu.lang.esperanto.exercises
  613. uu.comp.lang.pascal.env.gnu
  614. uu.comp.lang.pascal.beg
  615.  
  616. However, "uu" is already taken by Uppsala University.  Alternative
  617. names possible for the distribution are World University (wu),
  618. Planetary University (pu), Virtual University etc.  There will be time
  619. to discuss and decide this when the change to a separate distribution
  620. and hierarchy is made - for now the name is Usenet University and the
  621. hierarchy is alt.uu, ie. the hierarchy will be something like the
  622. above list with "alt." prepended.
  623.  
  624.  
  625. 3. Goals and principles
  626.  
  627. One primary goal of UU is to use Usenet communications to offer
  628. participants possibilities to learn things, to educate themselves, to
  629. teach others, to exchange information on learning materials, tools and
  630. techniques as well as publish learning material itself.  In this
  631. respect UU will aim to become a kind of "place to learn".
  632.  
  633. Connected with this, a primary principle of UU is openness, to stay
  634. open for anyone passing by just willing to learn, with little formal
  635. qualifications or requirements.  To try to commit to this principle
  636. much of the activity will happen on open newsgroups.  It probably will
  637. be desirable to have some kind of classifications in some of the
  638. groups for "beginner" and "advanced" topics to avoid problems of
  639. participants having very different vocabularies, concepts, levels of
  640. expertise etc. and thus communications problems.  To implement
  641. classification and make groups more worthwhile with moderated
  642. newsgroups, a possibility would be to have a matching unmoderated one
  643. from which "the cream" will be replicated on the moderated group.
  644.  
  645. One important goal is to offer several alternative ways for learning.
  646. People learn best with different ways - some learn by reading books on
  647. their own, some by browsing around and experimenting, some prefer
  648. tutors or close teacher/student relationships, some prefer
  649. lectures/classes with strict structure, some learn by doing.  All
  650. these should be provided with an opportunity to learn with the style
  651. they prefer - it might mean there would be several groups for one
  652. topic, using different methodologies.
  653.  
  654. One goal is to create, organize and offer references to learning
  655. material, to maintain lists of literature, Usenet newsgroups, ftp
  656. sites and services, libraries and so on relevant to fields
  657.